home *** CD-ROM | disk | FTP | other *** search
-
-
-
-
- ASM0001
- This disk contains files which are examples used in a
- course given for the North Texas IBM PC User's Group.
-
-
- GLOS Glossary of terms
-
- FILENAME.ASM Assembly source
- FILENAME.OBJ Output of assembler (relocatable object)
- needs to be linked
- FILENAME.LST Listing file use compressed print
- FILENAME.EXE Output of linker executable file
-
- To run a file under debug enter:
- A>DEBUG FILENAME.EXE
- To run a file stand alone (see caution)
- A>FILENAME
-
- =========== Run these files only under debug ==========
- =========== and single step using T command ==========
- File Name
-
- MOVINST mov instructions run single step under debug
- ASCADJ decimal and ascii adjust instrucions
- JUMP near jum instructions
- ARITH arithmetic instructions
- LOGIC logical instructions
- STRING string instructions
- ODDS odds and ends
- ASCIIBIN Ascii to binary conversion example
- ASCIBIN1 Variation on ascii/binary conversion
-
-
- ========== Runable without debug =====================
- File Name
-
- MEMSIZE checks memory size and if > 512 updates
- memsize variable
- PASSWORD For dos 2.1, a way to setup a password for
- system
- FREE Shows free space on a disk under 2.1 -
- details FCB
- DUMP Allows file contents to be dumped to
- printer, file or screen
- details file handles in 2.1